'宣言
Public Function New( _ ByVal capacity As Long, _ ByVal collection As TSource, _ ByVal mapItem As Func(Of Integer,TValue), _ ByVal releaseItem As Action(Of Integer,TValue) _ )
public CachedMap<TSource,TValue>( long capacity, TSource collection, Func<int,TValue> mapItem, Action<int,TValue> releaseItem )
パラメータ
- capacity
- キャッシュ容量。
- collection
- mapItem
- コレクションの特定の項目を取得する関数。
- releaseItem